home *** CD-ROM | disk | FTP | other *** search
/ Multimedia Selection / Multimedia Selection Volume One - CD-ROM / MULTIMEDIA SELECTION____________.ISO / utils / dmbb262 / errorl.bat < prev    next >
Encoding:
DOS Batch File  |  1993-05-14  |  334 b   |  9 lines

  1. @echo off
  2. echo off 
  3. echo Test ERRORLEVEL 2.02 test --- DMBB (c) Daniel MONTARON 1989.
  4. for %%x in (0 1 2) do if errorlevel=%%x00 set ERL=%%x
  5. for %%x in (0 1 2 3 4 5 6 7 8 9) do if errorlevel=%ERL%%%x0 set DIZ=%ERL%%%x
  6. for %%x in (0 1 2 3 4 5 6 7 8 9) do if errorlevel=%DIZ%%%x set ERL=%DIZ%%%x
  7. set DIZ=
  8. echo errorlevel = %ERL%
  9.